html,body {
	margin: 0;
	padding: 0;
}

html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote {
	margin: 0;
	padding: 0;
	list-style-type: none
}

em {
	font-style: normal
}

body {
	background: #fff;
	font-size: 12px;
	color: #707070;
	font-family: "Microsoft yahei",sans-serif;
	text-decoration: none
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

textarea {
	overflow: auto!important
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

*:focus {
	outline: 0
}

::-webkit-input-placeholder {
	color: #cecece;
	font-size: 14px
}

:-moz-placeholder {
	color: #cecece;
	font-size: 14px
}

::-moz-placeholder {
	color: #cecece;
	font-size: 14px
}

:-ms-input-placeholder {
	color: #cecece;
	font-size: 14px
}

img {
	vertical-align: middle;
	border: 0
}

a {
	color: #707070;
	text-decoration: none
}

a:hover,a:active {
	color: #01bc4b;
	text-decoration: none
}

.show {
	display: inline-block
}

.hide {
	display: none!important
}

.scroll {
	overflow-y: auto;
	display: block!important
}

hr {
	border: 0;
	border-bottom: 1px solid #cfd2d9
}

.clearfix {
	clear:both;
}

